home *** CD-ROM | disk | FTP | other *** search
/ NeXT Enterprise Objects Framework 1.1 / NeXT Enterprise Objects Framework 1.1.iso / NextDeveloper / Examples / EnterpriseObjects / FlatFileDataSource / Makefile < prev    next >
Encoding:
Makefile  |  1994-12-31  |  1.1 KB  |  51 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = FlatFileDataSource
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = application.tiff
  16. LOCAL_RESOURCES = FlatFileDataSource.nib
  17.  
  18. GLOBAL_RESOURCES = example.eomodel
  19.  
  20. CLASSES = AppController.m DetailTableDataSource.m TableDataSource.m
  21.  
  22. HFILES = AppController.h DetailTableDataSource.h TableDataSource.h\
  23.          TableDataSourcePrivate.h
  24.  
  25. MFILES = FlatFileDataSource_main.m
  26.  
  27. OTHERSRCS = Makefile.preamble Makefile Makefile.postamble README.rtf\
  28.             DATABASE
  29.  
  30.  
  31. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  32. MAKEFILE = app.make
  33. INSTALLDIR = $(HOME)/Apps
  34. INSTALLFLAGS = -c -s -m 755
  35. SOURCEMODE = 444
  36.  
  37. ICONSECTIONS =    -sectcreate __ICON app application.tiff
  38.  
  39. LIBS = -lEOAccess_s -lEOInterface_s -lFoundation_s -lMedia_s -lNeXT_s
  40. DEBUG_LIBS = $(LIBS)
  41. PROF_LIBS = $(LIBS)
  42.  
  43.  
  44. -include Makefile.preamble
  45.  
  46. include $(MAKEFILEDIR)/$(MAKEFILE)
  47.  
  48. -include Makefile.postamble
  49.  
  50. -include Makefile.dependencies
  51.